<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.oauth.auth.defaultConfig.override">

  <require>org.nuxeo.ecm.platform.oauth.auth.defaultConfig</require>

  <extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      Property to set the oauth2 token expiration duration. Default is 60 minutes.

      @since 2021.14
    </documentation>
    <property name="nuxeo.oauth2.token.expiration.duration">60m</property>
  </extension>

</component>
